    .resume-link {
        display: block;
        text-decoration: none;
        color: inherit;
    }

    .resume-wrap {
        background-color: white;
        padding: 20px;
        margin-bottom: 20px;
        transition: 0.3s;
    }

    .resume-wrap:hover {
        background-color: #ffbd39;
    }

    .resume-wrap:hover .date,
    .resume-wrap:hover .position { 
        color: black;
    }

    .resume-wrap:hover h2,
    .resume-wrap:hover p {
        color: white;
    }